Eligibility Details:

Are you a distance Eligible Veteran? <% if (distanceEligible) { %><%- "Yes" %>
<% } else { %> <%- "No" %>
<% if(typeof travelBurden !== 'undefined') { %>
Do you need to travel by air, boat, or ferry to the VA medical facility closest to your home? <%- travelBurden ? "Yes" : "No" %>
<% } %> <% if(typeof unusualTravelBurden !== 'undefined') { %>
Are you faced with an excessive burden due to traveling to the closest VA medical facility based on geographic challenges, environmental factors, or a medical condition? <%- unusualTravelBurden ? "Yes" : "No" %>
<% } %> <% if ( address ) { %>
Street Address<%- address %>
City<%- city %>
State<%- state %>
Zip Code<%- zipCode %>
<% } %> <% } %>